home *** CD-ROM | disk | FTP | other *** search
/ Creating Your Own America Online Web Pages / Creating Your Own America Online Web Pages.iso / TOOLS / Forman / ic307c_a.exe / Data.2 / SALVAGE.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-02-05  |  903 b   |  30 lines

  1. REM #Salvage
  2. REM #Written By Ralph Spindell for
  3. REM #Forman Interactive Corp.
  4. REM #02/05/96
  5. REM #
  6. REM #This program makes sure that you do not have any competing .DLL's or
  7. REM #.VBX's in your system directory that may interfere with the operation
  8. REM #of Internet Creator.  ONLY RUN IF ABSOLUTELY NECESSARY!
  9. REM #
  10. REM # Parameters: salvage {windows_system_directory}
  11.  
  12.  
  13. ren %1\dbttip.vbx dbttip.vb2
  14. ren %1\knife.vbx knife.vb2
  15. ren %1\METADRAW.VBX METADRAW.VB2
  16. ren %1\msmasked.vbx msmasked.vb2
  17. ren %1\SPIN.VBX SPIN.VB2
  18. ren %1\TLIST.VBX TLIST.VB2
  19. ren %1\VSFLEX.VBX VSFLEX.VB2
  20. ren %1\compplus.dll compplus.dl2
  21. ren %1\imk.dll imk.dl2
  22. ren %1\jpegio.dll jpegio.dl2
  23. ren %1\jpeg_dll.dll jpeg_dll.dl2
  24. ren %1\MSAFINX.DLL MSAFINX.DL2
  25. ren %1\MSAJT112.DLL MSAJT112.DL2
  26. ren %1\MSAJT200.DLL MSAJT200.DL2
  27. ren %1\VBDB300.DLL VBDB300.DL2
  28. ren %1\vbrun300.dll vbrun300.dl2
  29. ren %1\VER.DLL VER.DL2
  30.